针对以下的 schema
1 | type Query { |
updataVehicleAskingPrice
应该只能有管理员操作costBasis
: 仅限于管理员numberOfOffers
: 认证用户可以使用
1 | const Mutation = { |
使用exists
函数.
字段级别的认证
1 | const Query = { |
All In One
针对以下的 schema
1 | type Query { |
updataVehicleAskingPrice
应该只能有管理员操作costBasis
: 仅限于管理员numberOfOffers
: 认证用户可以使用1 | const Mutation = { |
使用exists
函数.
字段级别的认证
1 | const Query = { |